home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / DiskLogon Lite / disklogon lite.exe / install_script.iss
Text File  |  2005-03-05  |  3KB  |  64 lines

  1. ;InnoSetupVersion=5.0.4
  2.  
  3. [Setup]
  4. AppName=DiskLogon Lite
  5. AppVerName=DiskLogon Lite 2.2
  6. AppId={{22111C46-6C8D-4D27-8DA3-7635342B0B70}
  7. AppVersion=2.2
  8. AppPublisher=DiskLogon Development Team
  9. AppPublisherURL=http://www.disklogon.com
  10. AppSupportURL=http://www.disklogon.com
  11. AppUpdatesURL=http://www.disklogon.com
  12. DefaultDirName={pf}\DiskLogon Lite
  13. DefaultGroupName=DiskLogon Lite
  14. UninstallDisplayIcon={sys}\DiskLogon.dll
  15. OutputBaseFilename=DiskLogon Lite
  16. Compression=lzma
  17. DisableDirPage=yes
  18. DisableProgramGroupPage=yes
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21.  
  22. [Files]
  23. Source: "{app}\DiskLogon.chm"; DestDir: "{app}"; MinVersion: 0.0,5.01.2600; Flags: ignoreversion 
  24. Source: "{sys}\DiskLogon.dll"; DestDir: "{sys}"; MinVersion: 0.0,5.01.2600; Flags: restartreplace uninsrestartdelete 
  25. Source: "{app}\DiskLogon.exe"; DestDir: "{app}"; MinVersion: 0.0,5.01.2600; 
  26. Source: "{app}\Dlpm.exe"; DestDir: "{app}"; MinVersion: 0.0,5.01.2600; Flags: restartreplace uninsrestartdelete 
  27. Source: "{tmp}\_Inst.dll"; DestDir: "{tmp}"; MinVersion: 0.0,5.01.2600; Flags: deleteafterinstall dontcopy 
  28.  
  29. [Registry]
  30. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon"; ValueName: "GinaDll"; ValueType: String; ValueData: "disklogon.dll"; MinVersion: 0.0,5.01.2600; Flags: uninsdeletevalue 
  31. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Run"; ValueName: "DiskLogon Power Management"; ValueType: String; ValueData: "{app}\dlpm.exe"; MinVersion: 0.0,5.01.2600; Flags: uninsdeletevalue 
  32. Root: HKLM; Subkey: "SOFTWARE\DiskLogon\General"; ValueName: "DiskScan"; ValueType: Dword; ValueData: "$3FFFFFC"; MinVersion: 0.0,5.01.2600; 
  33. Root: HKLM; Subkey: "SOFTWARE\DiskLogon\General"; ValueName: "UseClassicGina"; ValueType: Dword; ValueData: "$1"; MinVersion: 0.0,5.01.2600; 
  34. Root: HKLM; Subkey: "SOFTWARE\DiskLogon\General"; ValueName: "RandomKey_Important"; ValueType: String; ValueData: "DO NOT remove RandomKey value."; MinVersion: 0.0,5.01.2600; 
  35. Root: HKLM; Subkey: "SOFTWARE\DiskLogon\General"; ValueName: "HaveToRestart"; ValueType: Dword; ValueData: "$1"; MinVersion: 0.0,5.01.2600; 
  36.  
  37. [INI]
  38. FileName: "{app}\DiskLogon.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.disklogon.com"; 
  39.  
  40. [Icons]
  41. Name: "{group}\DiskLogon Lite Help"; Filename: "{app}\DiskLogon.chm"; MinVersion: 0.0,5.01.2600; 
  42. Name: "{group}\{cm:ProgramOnTheWeb,DiskLogon}"; Filename: "{app}\DiskLogon.url"; MinVersion: 0.0,5.01.2600; 
  43. Name: "{group}\{cm:UninstallProgram,DiskLogon}"; Filename: "{uninstallexe}"; MinVersion: 0.0,5.01.2600; 
  44. Name: "{group}\DiskLogon Lite Options"; Filename: "{app}\DiskLogon.exe"; MinVersion: 0.0,5.01.2600; 
  45.  
  46. [UninstallDelete]
  47. Type: files; Name: "{app}\DiskLogon.url"; 
  48.  
  49. [CustomMessages]
  50. default.NameAndVersion=%1 version %2
  51. default.AdditionalIcons=Additional icons:
  52. default.CreateDesktopIcon=Create a &desktop icon
  53. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  54. default.ProgramOnTheWeb=%1 on the Web
  55. default.UninstallProgram=Uninstall %1
  56. default.LaunchProgram=Launch %1
  57. default.AssocFileExtension=&Associate %1 with the %2 file extension
  58. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  59.  
  60. [Languages]
  61. ; These files are stubs
  62. ; To achieve better results after recompilation, use the real language files
  63. Name: "default"; MessagesFile: "embedded\default.isl"; 
  64.